home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000064_jaltman2@nyc.rr.com_Mon May 12 08:56:15 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  58 lines

  1. Article: 14286 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newspump.monmouth.com!newspeer.monmouth.com!newsfeed!wn13feed!wn12feed!worldnet.att.net!24.30.200.11!news-east.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: telnet to system with no password set
  9. References: <8a794c4f.0305111725.1f996faa@posting.google.com>
  10. In-Reply-To: <8a794c4f.0305111725.1f996faa@posting.google.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 35
  14. Message-ID: <WWLva.7563$4_1.1962722@twister.nyc.rr.com>
  15. Date: Mon, 12 May 2003 11:53:26 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1052740406 66.108.138.151 (Mon, 12 May 2003 07:53:26 EDT)
  19. NNTP-Posting-Date: Mon, 12 May 2003 07:53:26 EDT
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14286
  22.  
  23. What type of host are you connecting to?
  24. You may want to debug the Telnet negotiations to see if they are 
  25. succeeding or not.
  26.  
  27.    SET TELNET DEBUG ON
  28.  
  29. You can read me about common Telnet negotiation errors at
  30.  
  31.    http://www.kermit-project.org/telnet.html
  32.  
  33. Jeffrey Altman
  34. Volunter, Lead Kermit Developer
  35.  
  36.  
  37. onions wrote:
  38. > Hello kermit users, 
  39. > I am trying to connect to the system that requires no password. 
  40. > The problem is I am unable to log in by telnet function. It stops 
  41. > at the password step. I think there is an option for that somewhere,
  42. > but my search has been fruitless so far. 
  43. > Any help would be appreciated. Thank you in advance. 
  44. > onions@kr01.piahost.net
  45. > Working env is = Redhat 8.0, C-Kermit 8.0.209
  46. > Connection is  = ppp
  47. > Commands are: 
  48. >         C-Kermit> set host 123.123.123.1 
  49. >                   Trying 123.123.123.1 ... (OK)
  50. >         C-Kermit> c
  51. >                   ~~~~~~~~  ------------------>> hold at this step
  52.  
  53.